home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 12511 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.4 KB  |  54 lines

  1. Newsgroups: comp.os.linux.misc,comp.lang.c,comp.unix.admin,comp.security.unix
  2. Path: in2.uu.net!xenitec!mongrel!amdunn
  3. From: amdunn@mongrel.adscorp.on.ca (Andrew M. Dunn)
  4. Subject: Re: binaries (generated from "C" code)
  5. Organization: A. Dunn Systems Corporation, Kitchener, Ontario, Canada
  6. Date: Mon, 01 Apr 96 13:56:30 GMT
  7. Message-ID: <1996Apr01.135630.4355@mongrel.adscorp.on.ca>
  8. References: <4jbpkj$eo5@clark.net> <slrn4ljapj.ar.gjohnson@dream.season.com> <hendersoDoy5yx.6GF@netcom.com>
  9.  
  10. In article <hendersoDoy5yx.6GF@netcom.com> henderso@netcom.com (Mark C. Henderson) writes:
  11. >
  12. >I'd rather there were no licence managers, and that vendors trusted
  13. >their paying customers.
  14. >
  15. >[...]
  16. >
  17. >So, what I'd really like is the best of both worlds. A licence 
  18. >tracking scheme that would allow the users to continue to use the 
  19. >application if too many licenses were being used, but one that would 
  20. >notify me of the situation so that the appropriate corrective action 
  21. >can take place. In the case of too many users, either we buy more 
  22. >licenses or ensure that their are fewer users.
  23. >
  24. >Licence tracking without denial of service in the case of licensing 
  25. >problems would provide a service both to the vendor and the customer. 
  26.  
  27.  
  28. The compromise I came to a long time ago was to get the best of both
  29. worlds, in a sense.
  30.  
  31. The license manager warns the user and the administrator of any
  32. violation, and sets a clock running.   After 14 days, it will then
  33. deny the offending user the service they are not licensed for.
  34. This includes violations of change in hardware, number of users,
  35. etc.
  36.  
  37. This gives plenty of time to get new license keys etc., which are usually
  38. available over the phone within 2 or 3 days.
  39.  
  40. Solves the security problem, but doesn't leave the customer in the
  41. lurch unless they ignore the warnings or try to get around them.
  42.  
  43. p.s. the extra benefit is that this can also be easily modified to
  44.      allow demonstration use of the software.   The same mechanism keeps
  45.      track of demo time left (instead of 14 days, the counter starts at
  46.      say, 60 days), and if the customer wants to buy, they call up,
  47.      order the software, and get new license keys allowing them to keep
  48.      their existing installation by converting it to real software.
  49.  
  50. -- 
  51.    Andy Dunn           <amdunn@adscorp.on.ca> or <uunet!mongrel!amdunn>    
  52. :-------------------------------------------------------------------------:
  53.    "Don't drive faster than your angel can fly"
  54.